home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / os2 / gnuwget.zip / wget-1.4.3 / configure.bat < prev    next >
DOS Batch File  |  1997-01-17  |  1KB  |  27 lines

  1. @echo off
  2. rem Configure batch file for `Wget' utility
  3. rem Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
  4.  
  5. rem This program is free software; you can redistribute it and/or modify
  6. rem it under the terms of the GNU General Public License as published by
  7. rem the Free Software Foundation; either version 2 of the License, or
  8. rem (at your option) any later version.
  9.  
  10. rem This program is distributed in the hope that it will be useful,
  11. rem but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13. rem GNU General Public License for more details.
  14.  
  15. rem You should have received a copy of the GNU General Public License
  16. rem along with this program; if not, write to the Free Software
  17. rem Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  
  19. cls
  20. copy windows\config.h.ms config.h > nul
  21. copy windows\Makefile.ms src\Makefile > nul
  22. cd src
  23. echo Type NMAKE to start compiling.
  24. echo If it doesn't work, try executing MSDEV\BIN\VCVARS32.BAT first,
  25. echo and then NMAKE.
  26.  
  27.